From: Reedy Date: Sat, 7 Apr 2012 21:07:32 +0000 (+0100) Subject: Document $mDb X-Git-Tag: 1.31.0-rc.0~23968^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=d1f9213c810a36ba894f34d1445592c50fb27d21;p=lhc%2Fweb%2Fwiklou.git Document $mDb Change-Id: I971820ba14d08f23c2eec570183ab851e48debfc --- diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index fda12f9e7e..5d76cdffb8 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -101,7 +101,10 @@ abstract class Maintenance { // Generic options which might or not be supported by the script private $mDependantParameters = array(); - // Used by getDD() / setDB() + /** + * Used by getDD() / setDB() + * @var DatabaseBase + */ private $mDb = null; /**